DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1ListAdapter<T> Class / C1ListAdapter<T> Constructor
The data source.
The property path of the item type that specifies what property to display as text by default.

In This Topic
    C1ListAdapter<T> Constructor
    In This Topic
    Initializes a new instance of the C1ListAdapter<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataCollection As IDataCollection(Of T), _
       Optional ByVal binding As String _
    )
    public C1ListAdapter<T>( 
       IDataCollection<T> dataCollection,
       string binding
    )

    Parameters

    dataCollection
    The data source.
    binding
    The property path of the item type that specifies what property to display as text by default.
    See Also